home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September (Special)
/
Chip-Special_2004-09_Digitalni-Hudba.bin
/
servis
/
invest
/
dskinv.exe
/
{app}
/
di.exe
/
0
/
RCDATA
/
TPASSWORDDLG
/
TPASSWORDDLG.txt
Wrap
Text File
|
2003-05-02
|
903b
|
51 lines
object PasswordDlg: TPasswordDlg
Left = 325
Top = 189
BorderStyle = bsDialog
Caption = 'Password Dialog'
ClientHeight = 114
ClientWidth = 287
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 10
Top = 11
Width = 96
Height = 16
Caption = 'Enter password:'
end
object Password: TEdit
Left = 10
Top = 33
Width = 267
Height = 24
PasswordChar = '*'
TabOrder = 0
end
object OKBtn: TButton
Left = 86
Top = 73
Width = 92
Height = 30
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 185
Top = 73
Width = 92
Height = 30
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
OnClick = CancelBtnClick
end
end